Vcenter Vcha DiskInfo
The Vcenter Vcha DiskInfo schema contains information to describe the storage configuration of a vCenter virtual machine.
This schema was added in vSphere API 6.7.1.
{
"datastore": "string",
"datastore_name": "string"
}
The identifier of the datastore to put all the virtual disks on.
This property was added in vSphere API 6.7.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore:VCenter
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore:VCenter
.
The name of the datastore.
This property was added in vSphere API 6.7.1.